home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1991 …esperately Seeking Seven / Desperately Seeking Seven.2mg / Dev.CD.8 / Essentials / Interfaces / APW.Interfaces / AInclude / E16.StdFile < prev    next >
Encoding:
Text File  |  1990-06-30  |  791 b   |  35 lines  |  [04] ASCII Text (0x0000)

  1. ; File:  E16.StdFile
  2. ;
  3. ;
  4. ; Copyright Apple Computer, Inc. 1986-90
  5. ; All Rights Reserved
  6. ;
  7. ;
  8. badPromptDesc GEQU $1701
  9. badOrigNameDesc GEQU $1702
  10. badReplyNameDesc GEQU $1704
  11. badReplyPathDesc GEQU $1705
  12. badCall GEQU $1706
  13. noDisplay GEQU $0000 ; file not to be displayed
  14. noSelect GEQU $0001 ; file displayed, but not selectable
  15. displaySelect GEQU $0002 ; file displayed and selectable
  16. sfWildAuxType GEQU $8000
  17. sfMatchFileType GEQU $8000
  18. sfWildFileType GEQU $4000
  19. sfMatchAuxType GEQU $4000
  20. sfDisplayGrey GEQU $2000
  21. ; offset constants for SFReplyRec
  22. ogood GEQU 0
  23. ofileType GEQU 2
  24. oauxFileType GEQU 4
  25. ofilename GEQU 6
  26. ofullPathname GEQU 22
  27. ; offset constants for SFReplyRec2
  28. ;ogood GEQU 0
  29. ;ofileType GEQU 2
  30. oauxType GEQU 4
  31. onameRefDesc GEQU 8
  32. onameRef GEQU 10
  33. opathRefDesc GEQU 14
  34. opathRef GEQU 16
  35.